Fix parameter names to make gtk-doc happy.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 18 May 2005 14:35:53 +0000 (14:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 18 May 2005 14:35:53 +0000 (14:35 +0000)
2005-05-18  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
parameter names to make gtk-doc happy.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtktoolbutton.c

index 985fbb1a70d40100bd4a425733d61e285c283c57..7bd3876c2f2117a2f44d542726c7dae9d5321f2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
+       parameter names to make gtk-doc happy.
+
        * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
        values of draw-value and value-pos to be the values we
        actually use in _init. (#304547, Mikael Hallendal)
index 985fbb1a70d40100bd4a425733d61e285c283c57..7bd3876c2f2117a2f44d542726c7dae9d5321f2d 100644 (file)
@@ -1,5 +1,8 @@
 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
+       parameter names to make gtk-doc happy.
+
        * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
        values of draw-value and value-pos to be the values we
        actually use in _init. (#304547, Mikael Hallendal)
index 985fbb1a70d40100bd4a425733d61e285c283c57..7bd3876c2f2117a2f44d542726c7dae9d5321f2d 100644 (file)
@@ -1,5 +1,8 @@
 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
+       parameter names to make gtk-doc happy.
+
        * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
        values of draw-value and value-pos to be the values we
        actually use in _init. (#304547, Mikael Hallendal)
index 06cd32e81dd74365459d7e1ce1532f75387577bd..cfb6720e725af3940e4d6fff40bf3a058caee569 100644 (file)
@@ -846,7 +846,7 @@ gtk_tool_button_get_stock_id (GtkToolButton *button)
 /**
  * gtk_tool_button_set_icon_name
  * @button: a #GtkToolButton
- * @stock_id: the name of the themed icon
+ * @icon_name: the name of the themed icon
  * 
  * Sets the icon for the tool button from a named themed icon.
  * See the docs for #GtkIconTheme for more details.